home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iijsfuncs.str < prev    next >
Encoding:
Text File  |  1998-04-14  |  336 b   |  12 lines

  1. <%
  2.  
  3. Const L_ENTERINT = "Please enter an integer."
  4.  
  5. 'minval and maxval are client-side vars. They may be moved in the string, however
  6. 'the single quotes must be maintained.
  7. Const L_GREATERTHAN = "Please enter an integer greater than ' + minval + '."
  8. Const L_LESSTHAN = "Please enter an integer less than ' + maxval + '."
  9.  
  10.  
  11.  
  12. %>